home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / gtimage / readme.txt < prev    next >
Text File  |  1998-02-26  |  2KB  |  62 lines

  1. GT Image Control v1.4
  2.  
  3. This is a fully functional, try before you buy, shareware ActiveX control. If you like the control and decide to keep and use it, please order a registered copy (see order.txt or order.doc for details).
  4.  
  5.  
  6. New Features:
  7.  
  8. Graphic Methods get a facelift.
  9. Almost every graphics method has been improved. Parameters that should have been optional now are. Methods that didn't work correctly now do. The Line method had to be renamed to Line_ do to problems after installing the service pack.
  10.  
  11. Printing makes an appearance.
  12. Basic printing now joins the list of graphic methods. With Print_ you can now print a line of text in the current font and foreground color at the coordinates defined by CurrentX and CurrentY.
  13.  
  14. New events for tracking mouse.
  15. With the addition of the MouseIn and MouseOut events you now have a way to run code when the mouse passes into and out of the control.
  16.  
  17. Hyper-Aware.
  18. Three new properties, NavURL, NavBookmark and NavFrame, allow GT Image Control to navigate to a document or URL when the control is clicked.
  19.  
  20. Because of the extensive changes GT Image Control has a new Class ID: C950706E-A56F-11D1-8BED-00A0CC3019CB
  21.  
  22.  
  23. Requirements:
  24.  - Win95/NT
  25.  - Visual Basic 5.0 Runtime files
  26.     MSVBVM50.DLL
  27.     STDOLE2.TLB
  28.     OLEAUT32.DLL
  29.     OLEPRO32.DLL
  30.     ASYCFILT.DLL
  31.     CTL3D32.DLL
  32.     COMCAT.DLL
  33.     AXDIST.EXE
  34.     MSSTKPRP.DLL
  35.  
  36.     If you need the VB5 runtime files, check Microsoft's site at:
  37.     http://www.microsoft.com/vbasic/
  38.  
  39.  
  40. Installation:
  41. Setup is packaged as a self-extracting executable. Simply double-click on the downloaded file (gtimage.v1.4.exe).
  42.  
  43. Documentation:
  44. http://www.gtactive.com/gtimage/gtimagetoc.htm
  45.  
  46. History:
  47. 3/2/98 - version 1.4
  48.     Renamed Line method to Line_
  49.     Added Print_ method
  50.     Added MouseIn and MouseOut events
  51.     Added properties for navigation (NavURL, NavBookmark, NavFrame)
  52.  
  53. 10/14/97 - version 1.3
  54.     Recompiled for VB 5.0 Service Pack 2 fixes
  55.  
  56. 8/24/97 - version 1.2
  57.     Added AutoSize and Stretch properties for greater control of sizing
  58.     Added property lists
  59.     Eliminated flicker
  60.     Fixed new image problem
  61.     Corrected Height property when AutoSize is used
  62.